Deque Constructor

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodDeque<(Of <T>)>Deque<(Of <T>)>New()()
Create a new Deque that is initially empty.
Public methodDeque<(Of <T>)>Deque<(Of <T>)>New(IEnumerable<(Of <T>)>)
Create a new Deque initialized with the items from the passed collection, in order.

See Also